html button onclick

77

onclick a tag -

<a href='http://www.google.com' onclick='return check()'>check</a>

<script type='text/javascript'>
function check() {
    return false;
}
</script>

Comments

Submit
0 Comments